home *** CD-ROM | disk | FTP | other *** search
/ HPAVC / HPAVC CD-ROM.iso / RAS.ZIP / Project1.exe / 0 / RCDATA / TFORM3 / TFORM3.txt
Text File  |  1997-09-02  |  1KB  |  73 lines

  1. object Form3: TForm3
  2.   Left = 200
  3.   Top = 109
  4.   Width = 252
  5.   Height = 150
  6.   Caption = 'OOB Attack'
  7.   Font.Charset = DEFAULT_CHARSET
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   PixelsPerInch = 96
  13.   TextHeight = 13
  14.   object Label1: TLabel
  15.     Left = 0
  16.     Top = 16
  17.     Width = 49
  18.     Height = 17
  19.     Alignment = taCenter
  20.     AutoSize = False
  21.     Caption = 'IP'
  22.   end
  23.   object Label2: TLabel
  24.     Left = 0
  25.     Top = 40
  26.     Width = 49
  27.     Height = 17
  28.     Alignment = taCenter
  29.     AutoSize = False
  30.     Caption = 'Port'
  31.   end
  32.   object Edit1: TEdit
  33.     Left = 48
  34.     Top = 16
  35.     Width = 185
  36.     Height = 21
  37.     AutoSize = False
  38.     TabOrder = 0
  39.   end
  40.   object Edit2: TEdit
  41.     Left = 48
  42.     Top = 40
  43.     Width = 57
  44.     Height = 21
  45.     TabOrder = 1
  46.   end
  47.   object Button1: TButton
  48.     Left = 16
  49.     Top = 80
  50.     Width = 83
  51.     Height = 25
  52.     Caption = 'Attack!'
  53.     TabOrder = 2
  54.     OnClick = Button1Click
  55.   end
  56.   object Button2: TButton
  57.     Left = 128
  58.     Top = 80
  59.     Width = 73
  60.     Height = 25
  61.     Caption = 'Return to Main'
  62.     TabOrder = 3
  63.     OnClick = Button2Click
  64.   end
  65.   object Sockets1: TSockets
  66.     Left = 160
  67.     Top = 40
  68.     Width = 32
  69.     Height = 32
  70.     MaximumReceiveLength = 8192
  71.   end
  72. end
  73.